public final class ConditionalTraceImpl extends TraceImpl implements ConditionalTrace
ALERTS, ALERTS_TRACE_NAME, CRITICAL, CRITICAL_TRACE_NAME, DEBUGGING, DEBUGGING_TRACE_NAME, EMERGENCIES, EMERGENCIES_TRACE_NAME, ERROR, ERROR_TRACE_NAME, HIGHEST_LEVEL, INFORMATIONAL, INFORMATIONAL_TRACE_NAME, LOWEST_LEVEL, NOTIFICATION, NOTIFICATION_TRACE_NAME, WARNING, WARNING_TRACE_NAME
Modifier and Type | Method and Description |
---|---|
void |
disable()
Disables this condition for tracing.
|
void |
enable()
Enables this condition for tracing.
|
boolean |
isEnabled()
Returns the state of this Trace object.
|
getName, getSubFacility, getType, println, println, println, println, setDefaultMnemonic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getSubFacility, getType, println, println, println, println, setDefaultMnemonic
public void enable()
ConditionalTrace
enable
in interface ConditionalTrace
public void disable()
ConditionalTrace
disable
in interface ConditionalTrace
public boolean isEnabled()
Trace
isEnabled
in interface Trace
ConditionalTrace